ComponentOne ASP.NET MVC Controls
Format Method (ChartAxisBuilder<T>)

C1.Web.Mvc.Fluent Namespace > ChartAxisBuilder<T> Class : Format Method
The value.
Configurates C1.Web.Mvc.ChartAxis<T>.Format. Sets the format string used for axis labels
Syntax
'Declaration
 
Public Function Format( _
   ByVal value As String _
) As ChartAxisBuilder(Of T)
public ChartAxisBuilder<T> Format( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ChartAxisBuilder<T> Class
ChartAxisBuilder<T> Members